*{ margin:0; padding:0;}
body{color: #333; min-width:1450px;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:14px/1.5 Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:14px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle;border:0;}
address,cite,code,em,th,i { font-weight:normal; font-style:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none; color:#333;cursor:pointer;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.fl { float:left;}
.fr { float:right;}
/* 设置滚动条的样式 */
::-webkit-scrollbar { width:4px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#0a1a3e;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#0a1a3e;}

/* 按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
input{ border-radius: 0; } 

.w1400{ width:1400px; margin:0 auto;}
/*头部logo 导航*/
header{width: 100%;}
header .top1{width: 100%; float: left; padding: 13px 0; line-height: 16px; font-size: 14px; background: #314693;}
header .top1 .left{ float: left; color: #fff; background:url(../images/top1_ico.png) left center no-repeat;padding-left: 25px;}
header .top1 .right{ float: right;}
header .top1 .right a{ color: #fff;}
header .top1 .right span{ margin: 0 10px; color: #fff;}

.top2 { width:100%; height:auto; margin:0 auto; padding:0; background-color:#fff;}
.top2 .lytop_main {height:120px; margin:0 auto; padding:0; position:relative; overflow:hidden;}
.lytop_main .ly_logo { height:70px; overflow:hidden; padding:0; position:absolute;top: 50%;transform: translateY(-50%); }
.ly_logo a { display:block; width:520px; height:70px; overflow:hidden;padding:0; float:left;}
.ly_logo a img { display:block; width:100%; height:auto; margin:0; padding:0;image-rendering: -webkit-optimize-contrast;}
.ly_logo .logo_text { height:50px; overflow:hidden; margin:5px 0; padding:5px 0 5px 20px; border-left:1px solid #dfdfdf; float:left;}
.lytop_main .ly_tel { height:50px; overflow:hidden; padding:0 0 0 50px; background:url(../images/tel1.png) left center no-repeat; background-size:40px 40px;position: absolute;right:85px;top: 50%;transform: translateY(-50%);}
.ly_tel span { display:block; height:20px; line-height:20px; color:#999; font-size:16px; margin:0; padding:0;}
.ly_tel p { height:28px; line-height:28px; color:#314693; font-size:28px; font-weight:bold; margin:0; padding:0;}
.top_ewm{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.top_ewm img{ width:70px;image-rendering: -webkit-optimize-contrast;}
.top_ewm p{ text-align:center;margin-top: 3px;}
.top2 .fixed-top_main{ height:100px;}

/*导航栏 开始*/
.ly_nav { width:1400px; height:55px;left: 50%;transform: translateX(-50%); padding:0; position: absolute; z-index:99999; background:rgba(49,70,147,1);-webkit-animation: rotate 5s linear infinite; animation: rotate 5s linear infinite;border-radius: 15px 15px 0 0;}
.ly_nav li, .ly_nav a {	text-decoration: none; list-style: none;}
.ly_nav ::-webkit-scrollbar { display: none;}
.ly_nav .nav_list {-webkit-box-sizing: border-box; box-sizing: border-box;}
.ly_nav .nav_list > ul > li { display:inline-block; width:12.5%; position: relative; list-style: none; padding:0; text-align:center;float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;    background-color: #314693;}
.ly_nav .nav_list > ul > li:after{ content:""; position: absolute; right:0;width:1px; height:20px; background:rgba(255,255,255,.3); top:50%; transform:translateY(-50%);}
.ly_nav .nav_list > ul > li:first-child {border-radius:15px 0 0 0;}
.ly_nav .nav_list > ul > li:last-child { border-radius:0 15px 0 0;}
.ly_nav .nav_list > ul > li:hover:first-child,.ly_nav .nav_list > ul > li:hover:last-child,.fixed-nav .nav_list > ul > li.active{ border-radius:0;}
.ly_nav .nav_list > ul > li > a { display: inline-block; line-height: 55px; color: #fff; font-size: 16px; padding: 0; margin: 0; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_nav .nav_list > ul > li:hover, .ly_nav .nav_list > ul > li.active{ background-color: #00b26a;}
.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a { color: #fff;}
.ly_nav .nav_list > ul > li i { display:inline-block; width:20px; height:20px; background:url(../images/down.png) center center no-repeat; background-size:10px 10px; vertical-align:middle; cursor:pointer; margin:0;}
.ly_nav .nav_list > ul > li i.cur{ background:url(../images/up.png) center center no-repeat; background-size:10px 10px; text-decoration:none;}
.ly_nav .nav_list > ul > li ul { display:none; position:absolute; left:0; top:55px; z-index:99; width:100%; overflow:hidden; background-color:#fff; box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);}
.ly_nav .nav_list > ul > li ul li { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.ly_nav .nav_list > ul > li ul li a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:14px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_nav .nav_list > ul > li ul li a:hover { color:#fff; background-color:#00b26a;}
.ly_nav .nav_menu { display: none;}

.fixed-nav{ position:fixed; top:0; width:100%; border-radius: 0 0 0 0;}
.fixed-nav .nav_list > ul > li:first-child {border-radius:0;}
/*导航栏 结束*/

/* banner 开始 */
.apple-banner { width: 100%; height: 700px; overflow: hidden;}
.apple-banner .swiper-container { width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.apple-banner .swiper-container .swiper-slide { height:100%; overflow:hidden; position:relative;}
.apple-banner .swiper-container .swiper-slide img { display:block; width:1920px; height:700px; margin:-350px 0 0 -960px; padding:0; position:absolute; left:50%; top:50%;}
.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width: 15%; height: 100%; top:0; background:none; margin:0;}
.apple-banner .swiper-container .swiper-button-prev { left:0;}	
.apple-banner .swiper-container .swiper-button-next { right:0;}
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { display:block; width: 64px; height: 64px; position: absolute; top: 50%; margin-top:-32px; border-radius: 100%; opacity: 0; -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease;}
.apple-banner .swiper-button-prev span { background: rgba(0,0,0,0.3) url(../images/arrows1.png) center center no-repeat; left: 20px;}
.apple-banner .swiper-button-next span { background: rgba(0,0,0,0.3) url(../images/arrows2.png) center center no-repeat; right:20px;}
.apple-banner .swiper-button-prev:hover span, .apple-banner .swiper-button-next:hover span{ opacity: .7;}
/*分页器*/
.apple-banner .swiper-pagination{ top:auto; bottom:40px !important;left:50%!important; transform:translateX(-50%); display: flex;display: -webkit-flex;align-items: center;justify-content: center;}
.apple-banner .swiper-pagination-bullet {display: inline-block; width:8px; height:8px; margin: 0 10px !important; cursor: pointer; background:#fff;  opacity: 1; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s;}
.apple-banner .autoplay .swiper-pagination-bullet-active{background:#00b26a; position:relative;margin: 0 20px;}
.apple-banner .autoplay .swiper-pagination-bullet-active:after{ content:""; display:block; width:27px; height:27px; border:1px solid #00b26a; border-radius:50%; position:absolute; top:-11px; left:-11px;}

/* banner 结束 */
/*热门关键词&搜索 开始*/
.ly_hotkw_search { width:100%; height:70px; margin:0 auto; padding:0;position:relative; z-index:9;}
.ny_search{border-bottom: 1px solid #dedede;}
.ly_hotkw_search .hotkw_search {height:100%; overflow:hidden; margin:0 auto; padding:15px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.hotkw_search .hotkw_left { float:left; width:66%; height:40px; overflow:hidden; line-height:40px; color:#797979; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.hotkw_search .hotkw_left span { color:#555; font-weight:bold;}
.hotkw_search .hotkw_left a { color:#777;}
.hotkw_search .hotkw_left a:hover { color:#025bb7;}
.hotkw_search .search_right { float:right; width:30%; height:40px; overflow:hidden; margin:0; padding:0 80px 0 0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.hotkw_search .search_right .sc_ipt { width:100%; height:40px; overflow:hidden; margin:0; padding:0; border:1px solid #dedede; border-right:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.search_right .sc_ipt input { display:block; width:100%; height:40px; overflow:hidden; line-height:38px; color:#777; font-size:14px; white-space:nowrap; text-overflow: ellipsis; background:#fff url(../images/sc_btn.png) 9px 9px no-repeat; outline:none; border:0; margin:0; padding:0 9px 0 39px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.hotkw_search .search_right .sc_btn { width:80px; height:40px; overflow:hidden; margin:0; padding:0; position:absolute; top:0; right:0;}
.search_right .sc_btn input { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; text-align:center; background-color:#314693; border:none; outline:none; cursor:pointer;}
/*热门关键词&搜索 结束*

/*首页中间横条广告图片*/
.h_banner{width:100%;position:relative;background:url(../images/sy_banner.jpg) center center no-repeat;overflow: hidden;}
.h_banner .slideshow {height: 165px;overflow: hidden;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.h_banner .slideshow a{display:block;width:100%;height:100%;}

/*首页-板块标题 开始*/
.ind_title{ margin-bottom:22px; overflow:hidden;}
.ind_title .ind_titlel{ font-size:38px; font-weight:bold; color:#314693; float:left;}
.ind_title .ind_titlel span{ font-weight:normal; font-size:28px; }
.ind_title .ind_more{color:#314693; float:right; display:block; font-size:16px; margin-top: 17px;}
.ind_title .ind_more:hover{ color:#00b26a;}


/*首页-产品中心 开始*/
.ly_idxPro { width:100%; overflow:hidden; margin:0 auto; padding:40px 0 20px; background:url(../images/indpro_bg.jpg) center center no-repeat; background-size:cover;}
.ly_idxPro .lyIdxPro_main {overflow:hidden;padding:0;}
.lyIdxPro_main .lyIdxPro_list { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxPro_list ul li { width:31%; overflow:hidden; margin:0 3.5% 40px 0; padding:10px; background-color:#fff; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; box-shadow: 2px 3px 7px rgba(0,0,0,.24);}
.lyIdxPro_list ul li:nth-child(3n+3) { margin:0 0 40px;}
.lyIdxPro_list ul li .lyIdxPro_img { width:100%; height:300px; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxPro_list ul li .lyIdxPro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_list ul li .lyIdxPro_img a img.idxPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxPro_list ul li:hover .lyIdxPro_img a img.idxPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyIdxPro_list ul li .lyIdxPro_img a:after{content:'';display:block;opacity:0; width:100%;height:100%;background:rgba(0,161,236,.7) url(../images/pro_hover.png) center 10% no-repeat;position:absolute;top:0;left:0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;z-index: 2;}
.lyIdxPro_list ul li:hover .lyIdxPro_img a:after{opacity:1;background:rgba(49,70,147,.8) url(../images/pro_hover.png) center center no-repeat;}
.lyIdxPro_list ul li .lyIdxPro_text { width:100%; overflow:hidden; margin:0 auto 12px; padding:10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_list ul li .lyIdxPro_text .lyIdxPro_name { width:100%; overflow:hidden; margin:0 auto; padding:0;border-top: 4px solid #f4f4f4;}
.lyIdxPro_list ul li .lyIdxPro_text .lyIdxPro_name a { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#314693; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.lyIdxPro_list ul li .lyIdxPro_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto 12px; padding:0;}
.lyIdxPro_list ul li .lyIdxPro_text .lyIdxPro_btn { width:100%; height:40px; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxPro_list ul li .lyIdxPro_text .lyIdxPro_btn a { display:block; width:46.5%; height:40px; overflow:hidden; line-height:38px; color:#fff; font-size:14px; text-align:center; margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_list ul li .lyIdxPro_text .lyIdxPro_btn a.idxPro_btn1 { float:left; background-color:#314693; border:1px solid #314693;}
.lyIdxPro_list ul li .lyIdxPro_text .lyIdxPro_btn a.idxPro_btn2 { float:right; border:1px solid #00b26a; color:#00b26a;}
.lyIdxPro_list ul li .lyIdxPro_text .lyIdxPro_btn a img { display:inline-block; margin:0 0 0 6px;}
.lyIdxPro_list ul li .lyIdxPro_text .lyIdxPro_name a:hover{ color:#00b26a;}
.lyIdxPro_list ul li .lyIdxPro_text .lyIdxPro_btn a.idxPro_btn1:hover {background-color:#00b26a; border:1px solid #00b26a;}
.lyIdxPro_list ul li .lyIdxPro_text .lyIdxPro_btn a.idxPro_btn2:hover { background-color:#00b26a;border: 1px solid #00b26a; color:#fff;}


/*产品分类 开始*/
.lyIdxPro_main .lyIdxPro_menu { width:100%; overflow:hidden; margin:0 auto 30px; padding:0; height:65px;}
.lyIdxPro_menu ul li { width:20%; height:55px; overflow:hidden; margin:0 0 10px 0; padding:0; float:left;background: #314693;}
.lyIdxPro_menu ul li:nth-child(5n+5) { margin:0 0 10px;}
.lyIdxPro_menu ul li a { display:block; width:100%; height:100%; overflow:hidden; line-height:55px; color:#fff; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; background-color:#314693; margin:0; padding:0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_menu ul li a img { margin:-2px 4px 0 0;}
.lyIdxPro_menu ul li a:hover { background-color:#00b26a;}
/*产品分类 结束*/
/*首页-产品中心 结束*/


/* 首页横幅2 */
#Content9{ width: 100%;}
#Content9 .homeCon9{ margin-top: 70px; height: 166px; width: 100%; float: left; background: url(../images/1306_home9_1.jpg) repeat-y center;}
#Content9 .homeCon9 .left{ width: 50%; float: left;}
#Content9 .homeCon9 .left .img{ float: left; width: 208px; height: 218px; margin-top: -30px; line-height: 0;image-rendering: -webkit-optimize-contrast;}
#Content9 .homeCon9 .left .img img{margin:0 auto; max-width:100%;}
#Content9 .homeCon9 .left .text{ float: left; margin: 30px 0 0 70px;}
#Content9 .homeCon9 .left .text .t1{ font-size: 14px; line-height: 16px; text-transform: uppercase; color: #fff;}
#Content9 .homeCon9 .left .text .t2{ font-size: 30px; letter-spacing: 4px; line-height: 32px; margin: 5px 0 15px 0; font-weight: bold; color: #fff;}
#Content9 .homeCon9 .left .text .t3{ display: block; font-size: 16px; height: 36px; line-height: 36px; padding: 0 27px; border-radius: 3px; text-align: center; color: #00b26a; background: #fff;}
#Content9 .homeCon9 .left .text .t3:hover{ box-shadow: 0 5px 10px rgba(0,0,0,0.2);}
#Content9 .homeCon9 .right{ width: 40%; float: right; padding: 45px 50px;}
#Content9 .homeCon9 .right .t1{ font-size: 18px; letter-spacing: 1px; line-height: 35px; max-height: 88px; overflow: hidden; color: #fff;}

/*首页-资讯中心 开始*/
.ly_idxNews { width:100%; height:auto; margin:0 auto;padding: 40px 0 60px; background-color:#f2f2f2;}
.ly_idxNews .lyIdxNew_main {height:auto;min-height:320px;margin: 0 auto 25px;padding:0;}
.lyIdxNew_main .lyIdxNew_Tj, .lyIdxNew_main .lyIdxNew_list {width: 49%;height:400px;overflow:hidden;margin:0;padding:0;}
.lyIdxNew_main .lyIdxNew_Tj { float:left;}
.lyIdxNew_main .lyIdxNew_list { float:right;}
.lyIdxNew_Tj .idxNew_Tjimg { width:100%; height:280px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff;}
.lyIdxNew_Tj .idxNew_Tjimg a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyIdxNew_Tj .idxNew_Tjimg a img { display:block; width:100%; height:100%;object-fit: cover; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxNew_Tj:hover .idxNew_Tjimg a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyIdxNew_Tj .idxNew_Tjtext { width:100%; overflow:hidden; margin:0 auto; padding:20px 20px 20px 120px; background-color:#fff; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxNew_Tj:hover .idxNew_Tjtext { background-color:#314693;}
.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjtime { width:100px; height:80px; overflow:hidden; margin:0; padding:8px 20px 8px 0; border-right:1px solid #dfdfdf; position:absolute; left:20px; top:20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxNew_Tj:hover .idxNew_Tjtext .idxNew_Tjtime { border-right:1px solid #f2f2f2;}
.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjtime span { display:block; width:100%; height:24px; overflow:hidden; line-height:24px; color:#888; font-size:15px; text-align:center; margin:0 auto 4px; padding:0;}
.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjtime p {display:block;width:100%;height:36px;overflow:hidden;line-height:36px;color:#666;font-size:30px;text-align:center;margin:0 auto;font-weight: bold;padding:0;}
.lyIdxNew_Tj:hover .idxNew_Tjtext .idxNew_Tjtime span, .lyIdxNew_Tj:hover .idxNew_Tjtext .idxNew_Tjtime p { color:#fff;}
.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjcon { width:100%; height:80px; overflow:hidden; margin:0; padding:0 0 0 20px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjcon a { display:block; width:100%; height:24px; overflow:hidden; line-height:24px; color:#333; font-size:18px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto 8px; padding:0;}
.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjcon p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#888; font-size:14px; text-align:justify; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin:0 auto; padding:0;}
.lyIdxNew_Tj:hover .idxNew_Tjtext .idxNew_Tjcon a, .lyIdxNew_Tj:hover .idxNew_Tjtext .idxNew_Tjcon p { color:#fff;}

.lyIdxNew_list ul li { width:100%; height:120px; overflow:hidden; margin:0 auto 20px; padding:0 0 0 120px; background-color:#fff; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxNew_list ul li:last-child { margin:0 auto;}
.lyIdxNew_list ul li:hover { background-color:#314693;}
.lyIdxNew_list ul li .idxNew_time { width:120px; height:120px; overflow:hidden; margin:0; padding:30px 20px; border-right:1px solid #dfdfdf; position:absolute; left:0; top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxNew_list ul li:hover .idxNew_time { border-right:1px solid #f2f2f2;}
.lyIdxNew_list ul li .idxNew_time span { display:block; width:100%; height:24px; overflow:hidden; line-height:24px; color:#888; font-size:15px; text-align:center; margin:0 auto 4px; padding:0;}
.lyIdxNew_list ul li .idxNew_time p {display:block;width:100%;height:36px;overflow:hidden;line-height:36px;color:#666;font-size:30px;text-align:center;margin:0 auto;padding:0;font-weight: bold;}
.lyIdxNew_list ul li:hover .idxNew_time span, .lyIdxNew_list ul li:hover .idxNew_time p { color:#fff;}
.lyIdxNew_list ul li .idxNew_con { width:100%; height:120px; overflow:hidden; margin:0; padding:20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxNew_list ul li .idxNew_con a { display:block; width:100%; height:24px; overflow:hidden; line-height:24px; color:#333; font-size:16px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto 8px; padding:0;}
.lyIdxNew_list ul li .idxNew_con p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#888; font-size:14px; text-align:justify; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin:0 auto; padding:0;}
.lyIdxNew_list ul li:hover .idxNew_con a, .lyIdxNew_list ul li:hover .idxNew_con p { color:#fff;}

/*首页-技术文章 开始*/
.lyIdxArticle_main {height:auto;padding:0;}
.lyIdxArticle_main .idxArticle_tit { width:14%; height:160px; overflow:hidden; margin:0; padding:30px 20px; background-color:#314693; border-radius:2px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.idxArticle_tit p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:18px; margin:0 auto; padding:0;}
.idxArticle_tit span { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:18px; font-weight:bold; margin:0 auto 10px; padding:0;}
.idxArticle_tit img { display:block; width:24px; height:24px; overflow:hidden; margin:0; padding:0;}

.lyIdxArticle_main .idxArticle_list {width: 84%;height:160px;overflow:hidden;margin:0;padding:0;float:right;}
.idxArticle_list ul li {width: 49%;height:160px;overflow:hidden;margin: 0 2% 0 0;padding:20px;background-color:#fff;float:left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.idxArticle_list ul li:nth-child(2) { margin:0;}
.idxArticle_list ul li:hover { background-color:#314693;}
.idxArticle_list ul li .idxArticle_time { width:100%; height:22px; overflow:hidden; line-height:22px; color:#999; font-size:14px; margin:0 auto; padding:0;}
.idxArticle_list ul li .idxArticle_time span { display:block; width:22px; height:22px; overflow:hidden; margin:0 8px 0 0; padding:0; background:rgba(0, 0, 0, 0.1) url(../images/time_icon1.png) center center no-repeat; border-radius:4px; float:left;}
.idxArticle_list ul li:hover .idxArticle_time { color:#fff;}
.idxArticle_list ul li:hover .idxArticle_time span { background:rgba(255, 255, 255, 0.2) url(../images/time_icon1.png) center center no-repeat;}
.idxArticle_list ul li a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:18px; white-space: nowrap; text-overflow: ellipsis; margin:6px auto 2px; padding:0;}
.idxArticle_list ul li p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#888; font-size:14px; text-align:justify; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin:0 auto; padding:0;}
.idxArticle_list ul li:hover a, .idxArticle_list ul li:hover p { color:#fff;}

/*首页-五大优势*/
.youshi5{ margin:60px 0; overflow:hidden; width:100%;}
.youshi5 ul li{width:16%; margin-right:5%; float:left;}
.youshi5 ul li:nth-child(5n){ margin-right:0;}
.youshi5 ul li:nth-of-type(2):after{animation: zxw 5s linear 1s infinite;}
.youshi5 ul li:nth-of-type(4):after{animation: zxw 5s linear 1s infinite;}
.youshi5 ul li .box { width: 100%;height:224px; border-radius: 50%; text-align: center;line-height: 100%; overflow: hidden;background: linear-gradient(45deg, #314693 0%, #314693 50%, #c4c4c4 50%, #c4c4c4 100%); position:relative;}
.youshi5 ul li .box:after{ content:"";position:absolute;background:url(../images/youshi_bg11.png) center no-repeat; width:100%; height:100%;animation: zxw 5s linear infinite;background-size: 100%; left:0; top:0;}
.youshi5 ul li:nth-child(2n) .box{background: linear-gradient(45deg, #01b26a 0%, #01b26a 50%, #c4c4c4 50%, #c4c4c4 100%);}
.youshi5 ul li .box .text {font-size: 24px; color: #fff; }
.youshi5 ul li .box .text p{ font-size:44px;position:relative; width:50%; margin:0 auto; margin-top:65px;}
.youshi5 ul li .box .text p:before{ content:""; display:block; width:15px; height:1px; background:#fff; transform:rotateZ(-45deg); position:absolute; bottom:0; left:15%;}
.youshi5 ul li .box .text p:after{ content:""; display:block; width:15px; height:1px; background:#fff; transform:rotateZ(-45deg); position:absolute; top:0; right:15%;}
.youshi5 ul li .youshi_ms{ text-align:center; margin-top:20px;}
.youshi5 ul li .youshi_ms p{font-size:18px;}
.youshi5 ul li .youshi_ms span{ font-size:13ox; color:#b4b4b4;text-transform: uppercase;}


/*首页关于我们*/
.ind_about{ padding:60px 0 0; overflow:hidden;}
.ind_about .ind_abbox .indab_left{ display:block; width:49%; float:left; height:430px;}
.ind_about .ind_abbox .indab_left img{width:100%; height:100%;object-fit: cover;}
.ind_about .ind_abbox .indab_right{ width:49%; float:right; position:relative;height:430px;}
.ind_about .ind_abbox .indab_right .ind_title .ind_more{ font-size:14px; color:#333;margin-top: 30px;}
.ind_about .ind_abbox .indab_right .ind_title .ind_more:hover{color:#00b26a;}
.ind_about .ind_abbox .indab_right .about_ms{ line-height:30px; height: 180px; overflow:hidden; text-indent:2em;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}
.ind_about .ind_abbox .indab_right .about_tb{ width:100%; position:absolute; bottom:0;}
.ind_about .ind_abbox .indab_right .about_tb a{ width:33.3333%; float:left; display:block; padding: 25px 0;background: #7b87b4;text-align:center; color:#fff;}
.ind_about .ind_abbox .indab_right .about_tb a:hover{background: #314693;}
.ind_about .ind_abbox .indab_right .about_tb a p{ font-size:18px; margin-top:10px;}

/*首页案例展示*/
.ind_case .ind_title{ position:relative;}
.ind_case .ind_title em{ content:""; display:block; width:76.5%; height:1px; background:#e5e5e5;position: absolute; top: 55%; right:93px;}
.ind_case{ padding:40px 0 60px; overflow:hidden;}
.ind_case .content-slider li{padding: 18px;border: 1px solid #e5e5e5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ind_case .content-slider li:hover{box-shadow: 0px 0px 10px #ccc;}
.ind_case .content-slider li .idxAbout_pic{ height:300px;}
.ind_case .content-slider li .idxAbout_pic a{ height:100%;position: relative; display:block; overflow:hidden;}
.ind_case .content-slider li .idxAbout_pic a img{ max-width:100%; height:100%;object-fit: cover; position:absolute; margin:auto; left:0; right:0;transition-duration: .7s;-ms-transition-duration: .7s;-moz-transition-duration: .7s;-webkit-transition-duration: .7s;}
.ind_case .content-slider li:hover .idxAbout_pic a img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.ind_case .content-slider li .case_name{line-height: 45px;height: 45px;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block; font-size:16px;}
.ind_case .content-slider li:hover .case_name{ color:#00b26a;}
.ind_case .content-slider li .case_jt{ width:38px; height:5px; display:block;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);}
.ind_case .content-slider li:hover .case_jt{-webkit-filter: grayscale(0);-moz-filter: grayscale(0);-ms-filter: grayscale(0);-o-filter: grayscale(0);filter: grayscale(0);}
.ind_case .lSPager{ display:none !important;}
.lyIdxAbout_scoll .item{min-height: 430px; overflow:hidden;}
.lyIdxAbout_scoll .swiper-button-prev, .lyIdxAbout_scoll .swiper-button-next { position:absolute; right:40px; top:-43px; z-index:2; width: 32px;height: 32px;border-radius: 3px;cursor:pointer; background: #314693 url(../images/case_lcon.png) center center no-repeat; left:inherit;}
.lyIdxAbout_scoll .swiper-button-next { left:auto; right:0; background: #314693 url(../images/case_rcon.png) center center no-repeat;}
.lyIdxAbout_scoll .swiper-button-prev:hover, .lyIdxAbout_scoll .swiper-button-next:hover { background-color:#00b26a;}


/*首页友情链接*/
.footer .links{width:100%; left:0;top: -20%;position:absolute;}
.footer .link{background:#fff;padding:34px 20px;}
.link .link_tit{ width:19%; margin-right:1%;background:url(../images/link.png) left center no-repeat; padding: 20px 0 20px 80px; border-right:1px solid #e5e5e5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.link .link_tit p{ display:block; font-size:30px; color:#333;}
.link .link_tit span{display:block; font-size:18px; color:#999;line-height: 15px;}
.link .link_m{ width:78%;margin: 5px 0; max-height: 90px;overflow-x: hidden;overflow-y: scroll; padding-right: 1%;}
.link .link_m::-webkit-scrollbar { width:6px;}/* 滚动槽 */
.link .link_m::-webkit-scrollbar-track { background-color:#fff;}
.link .link_m::-webkit-scrollbar-thumb { background-color:#bfbfbf; border-radius:50px;}/* 滚动条滑块 */
.link .link_m::-webkit-scrollbar-thumb:window-inactive { background-color:#bfbfbf;}
.link .link_m a{ display:inline-block; font-size:15px; color:#888; line-height:30px; margin-right:1%;}
.link .link_m a:hover{color:#00b26a;}

/*首页友情链接*/
.footer{ position:relative;}
/*网站底部*/
.foot{ background:#12151c;}
.foot .top{ text-align:center; padding:120px 0 30px 0; border-bottom:1px solid #1b1b1b;}
.nybody .foot .top{padding:30px 0 30px 0;}
.foot .top span{ display:inline-block; font-size:16px; color:#aaa;}
.foot .top span:nth-child(7){ border:none;}
.foot .top span a{display:inline-block; font-size:16px; color:#aaa;padding: 0 20px;}
.foot .top span a:hover{color:#00b26a;}

.foot .top2{ text-align:center; padding:30px 0 30px 0; border-bottom:1px solid #1b1b1b;}
.foot .top2 span{ display:inline-block; font-size:16px; color:#aaa;}
.foot .top2 span:nth-child(7){ border:none;}
.foot .top2 span a{display:inline-block; font-size:16px; color:#aaa;padding: 0 20px;}
.foot .top2 span a:hover{color:#00b26a;}

.foot .middle{ padding:59px 0;border-bottom:1px solid #1b1b1b;}
.foot .middle dl{ width:22%; margin-right:4%; float:left;border-right:1px solid #1b1b1b;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.foot .middle dl.ico5{margin-right:0;border:none; width:18%;width:20%}
.foot .middle dl.ico1{background:url(../images/bot_ico1.png) left top no-repeat; padding-left:35px;}
.foot .middle dl.ico2{background:url(../images/bot_ico2.png) left top no-repeat; padding-left:35px;}
.foot .middle dl.ico3{background:url(../images/bot_ico3.png) left top no-repeat; padding-left:35px;}
.foot .middle dl.ico4{background:url(../images/bot_ico4.png) left top no-repeat; padding-left:35px;}
.foot .middle dl.ico5{background:url(../images/bot_ico5.png) left top no-repeat; padding-left:35px;}
.foot .middle dl dt{ display:block; font-size:14px; color:#aaa;}
.foot .middle dl dd{display:block; font-size:16px; color:#aaa; line-height:44px;height:30px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}

.foot p{ text-align:center; padding:30px 0;font-size:14px; color:#aaa;}
.foot p a{ display:inline-block;font-size:14px; color:#aaa;}
.foot p a:hover{color:#00b26a;}

/*网站底部*/

/*侧边漂浮*/
.client-2 {position:fixed;right:-170px;top:44%;z-index:999;}
.client-2 li a {text-decoration:none;}
.client-2 li {clear:both;height:71px;position:relative; margin-top:1px;}
.client-2 li i {background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0px auto;text-align:center;}
.client-2 li p {height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;}
.client-2 .my-kefu-qq i {background-position:4px 5px;}
.client-2 .my-kefu-tel i {background-position:0 -21px;}
.client-2 .my-kefu-liuyan i {background-position:4px -53px;}
.client-2 .my-kefu-weixin i {background-position:-34px 4px;}
.client-2 .my-kefu-weibo i {background-position:-30px -22px;}
.client-2 .my-kefu-ftop {display:none;}
.client-2 .my-kefu-ftop i {width:33px;height:35px;background-position:-27px -51px;}
.client-2 .my-kefu-left {float:left;width:77px;height:47px;position:relative;}
.client-2 .my-kefu-tel-right {font-size:15px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.client-2 .my-kefu-right {width:20px;}
.client-2 .my-kefu-tel-main {background:#314693;color: #fff;height: 56px;width: 247px;padding: 9px 0 6px;float: left;}
.client-2 .my-kefu-main {background:#314693;width:97px;height: 56px;position:relative;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-weixin-pic {position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.my-kefu-weixin-pic img {width:115px;height:115px;}

.client-2 .my-kefu-liuyan { display:none!important;}

/*ny_banner 开始*/
.ny_banner { width:100%; height:300px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative; margin-top:27px;}
.fixed-nybanner{ margin-top:0;}
.ny_banner img { display:block; width:1920px; height:300px; overflow:hidden; margin:-150px 0 0 -960px; padding:0; position:absolute; left:50%; top:50%;}

/*ny_banner 结束*/

/*面包屑 开始*/
.ly_crumb {overflow:hidden; margin:15px auto; padding:0 0 0 24px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_crumb img { display:block; width:20px; height:20px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:10px;}
.ly_crumb p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.ly_crumb p a { color:#333;}
.ly_crumb p a:hover { color:#025bb7;}
.ly_crumb p span { color:#777;}

/*内页-关于我们 开始*/
.ly_NyAboutus { width:100%; min-height: 480px; overflow:hidden; padding:20px 0;}

/*关于我们-公司简介 开始*/
.ny_title { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.ny_title b { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:32px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.ny_title p { width:100%; height:auto; text-align:center; margin:10px auto; padding:0;}
.ny_title p img { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-2px 0 0; padding:0;}
.ny_title p i { display:inline-block; width:120px; height:1px; overflow:hidden; margin:-2px 16px 0; padding:0; vertical-align:middle; background-color:#dfdfdf;}
.ny_title span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-size:16px; text-align:center; margin:0 auto; padding:0;}

.ly_Gsjj {overflow:hidden; margin:0 auto 60px; padding:0;}
.lyGsjj_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyGsjj_main .lyGsjj_img { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.lyGsjj_img img { display:block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0;}
.lyGsjj_main .lyGsjj_text { width:100%; overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyGsjj_name em { display:block; width:60px; height:2px; overflow:hidden; margin:10px auto 0; padding:0; background-color:#d12135;}
.lyGsjj_text p { width:100%; overflow:hidden; line-height:30px; color:#777777; font-size:15px; text-align:justify; text-indent:2em; word-break: break-all; margin:0 auto; padding:0;}
.lyGsjj_text p span, .lyGsjj_text p em { color:#777777!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:14px!important; font-style:normal!important; font-weight:normal!important;}
.lyGsjj_main ul { margin:40px auto 0;}
.lyGsjj_main ul li { width:33.333333%; overflow:hidden; margin:0; padding:0 20px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyGsjj_main ul li p { width:100%; height:60px; overflow:hidden; line-height:60px; color:#314693; font-size:60px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.lyGsjj_main ul li span { display:block; width:100%; overflow:hidden; line-height:30px; color:#777777; font-size:16px; text-align:center; margin:0 auto; padding:0;}
/*关于我们-公司简介 结束*/

/*关于我们-生产实力 开始*/
.ly_AboutScsl { width:100%; overflow:hidden; padding:60px 0; background-color:#f8f8f8;}
.lyAboutScsl_main .lyAboutScsl_con { width:100%; overflow:hidden; margin:40px auto; padding:0;}
.lyAboutScsl_con p { width:100%; overflow:hidden; line-height:30px; color:#777; font-size:16px; text-align:justify; margin:0 auto; padding:0;}

.lyAboutScsl_main ul li { width:23.5%; height:247px; overflow:hidden; margin:0 2% 0 0; padding:0; float:left; position:relative;}
.lyAboutScsl_main ul li:last-child { margin:0;}
.lyAboutScsl_main ul li img { display:block; max-width:100%; max-height:100%; overflow:hidden; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyAboutScsl_main ul li:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
/*关于我们-生产实力 结束*/


/*关于我们-企业文化 开始*/
.ly_AboutQywh { width:100%; overflow:hidden; padding:60px 0 0;}
.lyAboutQywh_list {height:410px; padding:0; background:url(../images/AboutQywh_bg.jpg) center center no-repeat; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.lyAboutQywh_list ul li { width:32%; overflow:hidden; margin:30px 0; padding:0; float:left;}
.lyAboutQywh_list ul li .lyAboutQywh_tit { width:100%; height:30px; overflow:hidden; line-height:30px; color:#686461; font-size:22px; margin:0 auto 8px; padding:0;}
.lyAboutQywh_list ul li p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#777; font-size:14px; text-align:justify; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lyAboutQywh_list ul li:nth-child(1) { padding:0 18% 0 0;}
.lyAboutQywh_list ul li:nth-child(3) { width:26%; padding:0 24% 0 0;}
.lyAboutQywh_list ul li:nth-child(5) { padding:0 18% 0 0;}
.lyAboutQywh_list ul li:nth-child(2) { padding:0 0 0 18%;}
.lyAboutQywh_list ul li:nth-child(4) { width:26%; padding:0 0 0 24%;}
.lyAboutQywh_list ul li:nth-child(6) { padding:0 0 0 18%;}

.lyAboutQywh_list ul li:nth-child(1) .lyAboutQywh_tit, .lyAboutQywh_list ul li:nth-child(3) .lyAboutQywh_tit, .lyAboutQywh_list ul li:nth-child(5) .lyAboutQywh_tit, .lyAboutQywh_list ul li:nth-child(1) p, .lyAboutQywh_list ul li:nth-child(3) p, .lyAboutQywh_list ul li:nth-child(5) p { text-align:right;}

.lyAboutQywh_list ul li i { display:none;}
/*关于我们-企业文化 结束*/

/*内页-关于我们 结束*/

/*产品分类 开始*/
.lyNyPro_left .h_left { width:22%; float:left;overflow:hidden; background-color:#fff; margin:0;}
.lyNyPro_left .cp_type { margin:0;}
.lyNyPro_left .cp_type .hd {background:#3c55ab url(../images/prom_ico.png) no-repeat right center;padding: 17px 0 21px 32px;position:relative;}
.lyNyPro_left .cp_type .hd b { height:40px; line-height:40px; font-size:24px; font-weight:bold; color:#fff;}
.lyNyPro_left .cp_type .hd:before {content:'';display:inline-block;width:1px;height:48px;background:url(../images/lb_line.png) center center no-repeat;position:absolute;left: 20px;top: 27px;}
.lyNyPro_left .cp_type .hd b span { display:inline-block;font-size:22px; color:#fff; text-transform:uppercase; font-family:"BEBAS";}
.lyNyPro_left .cp_type .hd b img{ display:inline-block; margin:0 8px; vertical-align: middle;}
.lyNyPro_left .cp_type .hd p{ font-size:14px; color:rgba(255,255,255,.35);}
.lyNyPro_left .cp_type .bd { border-top:1px solid #fffffd; padding:0; background-color:#f5f5f5;}
.lyNyPro_left .cp_type .bd ul li { border-bottom:1px solid #f0f0f0;}
.lyNyPro_left .cp_type .bd ul li.on { margin-bottom:1px;}
.lyNyPro_left .cp_type .bd ul li p { height:60px; line-height:60px;}
.lyNyPro_left .cp_type .bd ul li p a { display:block; width:80%; padding:0 0 0 40px; overflow: hidden; line-height:60px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; background:url(../images/mulu_jt01.png) 12px center no-repeat; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyPro_left .cp_type .bd ul li p span { display:block; width:20%; height:100%; background:url(../images/mulu1.png) center center no-repeat; cursor:pointer; float:right; opacity: 0.6;}
.lyNyPro_left .cp_type .bd ul li div { display:none; background:#f9f9f9;}
.lyNyPro_left .cp_type .bd ul li div a { display:block; height:48px; line-height:48px; color:#454545; font-size:14px; border-top:1px dashed #e6e6e6; padding:0 20px 0 36px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; background:url(../images/jt2.png) 16px center no-repeat;}
.lyNyPro_left .cp_type .bd ul li div a:first-child { border-top:0;}
.lyNyPro_left .cp_type .bd ul li p:hover, .lyNyPro_left .cp_type .bd ul li.on p { background-color:#3c55ab;}
.lyNyPro_left .cp_type .bd ul li p:hover a, .lyNyPro_left .cp_type .bd ul li.on p a { color:#fff; background:url(../images/mulu_jt02.png) 12px center no-repeat;}
.lyNyPro_left .cp_type .bd ul li p:hover span { background:url(../images/mulu2.png) center center no-repeat; opacity: 1;}
.lyNyPro_left .cp_type .bd ul li.on p span { background:url(../images/mulu3.png) center center no-repeat; opacity: 1;}
.lyNyPro_left .cp_type .bd ul li div a:hover { color:#314793; background:url(../images/jt3.png) 16px center no-repeat;}
.lyNyPro_left .cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:94%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.lyNyPro_left .cp_type .bd ul a.ckqb:hover { background:#314793; color:#fff;}
.cp_type .bd a.pro_ckqb{display:block;height:34px;line-height:34px;font-size:16px;color:#fff;background:#314793;width:100%;margin:10px auto 0;text-align:center;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.cp_type .bd a.pro_ckqb:hover{background:#314793;color:#fff;}
.cp_type .bd a.pro_ckqb{display:block;height:34px;line-height:34px;font-size:16px;color:#fff;background:#314793;width:100%;margin:10px auto;text-align:center;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.cp_type .bd a.pro_ckqb:hover{background:#00b26a;color:#fff;}

/*产品分类 结束*/
/*内页-产品中心 结束*/

/*分页样式 开始*/
#fengye { text-align: center; margin: 30px auto 0; color: #555; font-size:14px;}
#fengye a { display: inline-block; padding: 0 10px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; border-radius: 2px; color: #555; font-size:14px;}
#fengye a:hover { background: #314793; color: #ffffff; }
#fengye a.pnnum1 { background: #314793; color: #ffffff; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #314793; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
#fengye .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default;}

/*分页样式 结束*/

/*内页-产品中心 开始*/
.ly_NyProducts{ margin:40px 0 60px 0; min-height:400px;}
.lyNyPro_main .lyNyPro_right { width: 75%; height: auto; margin: 0; padding: 0;float: right;}
.nyPro_list { width:100%; height:auto; margin:0 auto; padding:0;}
.lyNyPro_right .ny_show_list ul li{border: 1px solid #dedede; box-shadow:none;}
.lyNyPro_right .ny_show_list ul li .lyIdxPro_img{ height:250px;}
.lyNyPro_right .ny_show_list ul li .lyIdxPro_text{ margin:0 auto;}
.lyNyPro_right .ny_show_list ul li .lyIdxPro_text .lyIdxPro_name a{ height:50px; line-height:50px;}


/*内页产品列表页右侧产品列表*/
.lyNyPro_right .ny_prolist_list li{transition:all .3s;margin-bottom:30px;}
.lyNyPro_right .ny_prolist_list li .pro_wrap {display:block;overflow:hidden;margin:0 auto;padding: 20px;border:1px solid #eaeaea;background-color:#fff;}
.lyNyPro_right .ny_prolist_list li .pro_wrap:hover {border: 1px solid #314793;}
.lyNyPro_right .ny_prolist_list li .pro_wrap .pro_img {display:block;width: 22%;height: 160px;overflow:hidden;margin: 0 3% 0 0;float:left;text-align:center;}
.lyNyPro_right .ny_prolist_list li .pro_wrap .pro_img  img { max-width:95%; max-height:95%;vertical-align:middle; webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.lyNyPro_right .ny_prolist_list li .pro_wrap .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.lyNyPro_right .ny_prolist_list li:hover .pro_img img{-webkit-transform: scale(1.05) rotate(0deg) translateY(0);-ms-transform: scale(1.05) rotate(0deg) translateY(0);transform: scale(1.05) rotate(0deg) translateY(0);}
.lyNyPro_right .ny_prolist_list li .pro_wrap .pro_text {width: 60%;overflow:hidden;float:left;}
.lyNyPro_right .ny_prolist_list li .pro_wrap .pro_text a.tlt { display:block;width:100%; height:30px;line-height:30px; color:#222; font-size:18px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.lyNyPro_right .ny_prolist_list li .pro_wrap:hover .pro_text a.tlt {color: #314793;}
.lyNyPro_right .ny_prolist_list li .pro_wrap .pro_text p {width:100%;height: 50px;overflow:hidden;line-height:24px;color:#999;font-size:14px;margin-top: 5px;}
.lyNyPro_right .ny_prolist_list li .pro_wrap .pro_text .others{color: #828282;font-size: 14px;line-height:30px;margin-top:30px;overflow: hidden;}
.lyNyPro_right .ny_prolist_list li .pro_wrap .pro_text .others i{font-style: normal;}
.lyNyPro_right .ny_prolist_list li .pro_wrap .pro_text .others span{display:block;float:left;margin-right:15px;height:30px;line-height:30px;padding:0 15px 0 32px;background: #f1f1f1;font-size:14px;max-width: 150px;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;margin-bottom:10px;}
.lyNyPro_right .ny_prolist_list li .pro_wrap .pro_text .others span.cs1{background:#f1f1f1 url(../images/cs1.png) no-repeat 10px center;}
.lyNyPro_right .ny_prolist_list li .pro_wrap .pro_text .others span.cs2{background:#f1f1f1 url(../images/cs2.png) no-repeat 10px center;}
.lyNyPro_right .ny_prolist_list li .pro_wrap .pro_text .others span.cs3{background:#f1f1f1 url(../images/cs3.png) no-repeat 10px center;}
.lyNyPro_right .ny_prolist_list li .pro_wrap .pro_ck {display:block;width: 14%;height: 40px;line-height: 40px;color:#fff;font-size:14px;text-align:center;background-color: #314793;margin: 55px 0;float:right;}
.lyNyPro_right .ny_prolist_list li .pro_wrap .pro_ck img {display:inline-block;width: 25px;height: 7px;overflow:hidden;padding:0;vertical-align: middle;margin: 0px 0 0 8px;}

/*内页左侧相关文章*/
.lyNy_Xgwz { width:100%; overflow:hidden; margin:30px auto; padding:0;}
.lyNy_Xgwz .hd{background:#3c55ab url(../images/art_ico.png) no-repeat right center;padding: 17px 0 21px 32px;position:relative;}
.lyNy_Xgwz .hd b { height:40px; line-height:40px; font-size:24px; font-weight:bold; color:#fff;}
.lyNy_Xgwz .hd:before {content:'';display:inline-block;width:1px;height:48px;background:url(../images/lb_line.png) center center no-repeat;position:absolute;left: 20px;top: 27px;}
.lyNy_Xgwz .hd b span { display:inline-block;font-size:22px; color:#fff; text-transform:uppercase; font-family:"BEBAS";}
.lyNy_Xgwz .hd b img{ display:inline-block; margin:0 8px;vertical-align:middle;}
.lyNy_Xgwz .hd p{ font-size:14px; color:rgba(255,255,255,.35);}
.lyNy_Xgwz .Xgwz_list { width:100%; min-height: 150px; overflow:hidden; margin:0 auto; padding:0;border-top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background:#f5f5f5;}
.lyNy_Xgwz .Xgwz_list ul li { width:100%; overflow:hidden; margin:0 auto; padding:20px; border-bottom:1px solid #e6e6e6; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background:#f5f5f5;}
.lyNy_Xgwz .Xgwz_list ul li:last-child { border:0;}
.lyNy_Xgwz .Xgwz_list ul li em { display: block; width: 20px; height: 20px; overflow: hidden; margin: 0; padding: 0; background: url(../images/icon2.png) center center no-repeat; position: absolute; left: 0; top: 14px;}
.lyNy_Xgwz .Xgwz_list ul li:hover em { background: url(../images/icon3.png) center center no-repeat;}
.lyNy_Xgwz .Xgwz_list ul li a:hover { color:#314793;}
.lyNy_Xgwz .Xgwz_list ul li a { display:block; width:100%; max-height:48px; overflow:hidden; line-height:24px; color:#333; font-size:16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all;margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_list ul li p{ width:100%; margin-top:15px;}
.lyNy_Xgwz .Xgwz_list ul li p span{ display:block; float:left; font-size:16px; color:#999; background:url(../images/mulu_jt01.png) 0 0 no-repeat; padding-left:25px;}
.lyNy_Xgwz .Xgwz_list ul li p a.NyXgwz_more{ background: url(../images/mulu1.png) center center no-repeat; display:block; float:right; width:20px; height:20px;opacity: 0.6;}

/*内页产品详情*/
.lyNyPro_right .lyNyProDetail_ConTit {margin:0 auto 30px;border-bottom: 2px solid #314693;}
.lyNyProDetail_ConTit p {width:80px;height:34px;overflow:hidden;line-height:34px;color:#fff;font-size:16px;text-align:center;margin:0 0 -1px;padding:0 19px;background: #314693;}

.lyNyProDetail_ConText { width:100%; overflow:hidden; line-height: 28px; color: #555; font-size: 14px; margin:0 auto 30px; padding:0;}
.lyNyProDetail_ConText img, .lyNyProDetail_ConText table, 
.lyNyProDetail_ConText tr, .lyNyProDetail_ConText td, 
.lyNyProDetail_ConText p, .lyNyProDetail_ConText span, 
.lyNyProDetail_ConText div, .lyNyProDetail_ConText video, .lyNyProDetail_ConText embed { height:auto !important;max-width:100% !important;max-height: 100%; line-height: 28px; color: #555; font-size: 14px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;width: auto !important;}

.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.lyNyProDetail_ConText table tr td p { text-indent:0!important;}
.lyNyProDetail_ConText img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

/*内页产品详情上面图片切换*/
.pro_detail_main { width:100%; height:auto; margin: 0 auto 30px; padding: 0; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:53%; min-height:360px; overflow: hidden; margin: 0; padding: 0 0 80px; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #32353a; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:185px; overflow:hidden; margin:20px auto; padding:20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-size:14px; text-align: justify; margin:0 auto; padding:0;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 20px auto; padding: 0;}
.pro_detail_text ul li { width:100%; height:30px; overflow: hidden; line-height: 30px; color: #888; font-size: 15px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin: 0 auto 10px; padding: 0; float:left;}
.pro_detail_text ul li img { display:block; width:4px; height:6px; overflow:hidden; margin:11px 8px 11px 0; padding:0; float:left;}
.pro_detail_text ul li span { color:#333;}
.pro_detail_text .pro_detail_btn { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:0;}
.pro_detail_btn a { display:block; width: 48%; height: 54px; overflow: hidden; line-height: 54px; color: #fff; font-size: 18px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #00b26a;}
.pro_detail_btn a.prodtl_btn2 {float:left;background-color: #314693;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #525252;}
.pro_detail_btn a.prodtl_btn2:hover {background-color: #525252;}

/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 456px; margin: 0; padding: 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:70px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:70px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:70px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:70px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #dfdfdf; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:420px; overflow:hidden; padding:0; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}

/*内页-在线留言 开始*/
.ly_NyOrder { width:1200px; overflow:hidden; margin:0 auto 60px; padding:0;}
.ly_msg { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg h3 { display: none!important;}
.ly_msg ul { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg ul li { width: 100%; overflow: hidden; line-height: 44px; margin: 0 auto 30px!important; padding: 0; color: #999; font-size: 14px;}
.ly_msg ul li:last-child { margin:0 auto!important;}
.ly_msg ul li h4 { width: 12%!important; height: 44px!important; overflow: hidden; line-height: 44px!important; margin: 0; padding: 0 12px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_tara { width: 88%!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt2 { height: 44px!important; }
.ly_msg ul li .msg_ipt12 { width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input { height: 44px!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri !important;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea { font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important; outline: none!important; resize: none!important;}

.ly_msg ul li .msg_ipt1 #selPvc { height: 44px!important; line-height: 44px!important; color: #666!important; font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; padding: 0 15px!important; outline: none!important; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 160px!important;}
.ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding: 0; float: left;}
.ly_msg ul li a.yzm_img {display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left;}
.ly_msg ul li a.yzm_img { width: 120px!important; height: 44px!important;}
.ly_msg ul li a.yzm_img img { display: block; width: 100%!important; height: 100%!important;}
.ly_msg ul li .msg_btn { width: 83%; overflow: hidden; margin: 0 auto; padding: 0; float: left;}
.ly_msg ul li .msg_btn { width: 88%!important;}
.msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 0 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.msg_btn input { width: 160px!important; height: 44px!important; line-height: 44px!important; color: #fff!important; font-size: 15px!important; text-align: center!important; border: none!important; background-color: #314693!important; cursor: pointer!important;}
.msg_btn input:last-child { background-color: #00b26a!important;}

.ny_content{ min-height:400px;}

/*内页新闻*/
.ny_content_bd .ny_news{ margin:30px auto 60px;}
.ny_news_list li {width: 97%;height: 80px;background: #f2f2f2;float: left;padding: 1.5%;margin: 0 3% 25px 0;}
.ny_news_list li:nth-child(2n) { margin-right: 0; }
.ny_news_list li .time {width: 9%;float: left;text-align: center;background: #314693;height: 70px;padding-top: 10px;}
.ny_news_list li .time .year { font-size: 20px; color: #fff; font-weight: normal; }
.ny_news_list li .time span { width: 20%; margin: 0 auto; height: 2px; background: #fff; display: block; }
.ny_news_list li .time .month { font-size: 22px; color: #fff; font-weight: bold; }
.ny_news_list li .wz {float: left;width: 77%;margin-left: 2%;}
.ny_news_list li .wz a.InfoTitle { display: block; font-size: 16px; color: #31373f; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 3px; }
.ny_news_list li .wz p { font-size: 14px; line-height: 24px; margin-top: 5px; height: 50px; overflow: hidden; color: #888d93; }
.ny_news_list li .news_an{ display:block;float:right;width:10%;background: #999;height: 34px;line-height: 34px;text-align: center;color: #fff;margin-top: 25px;}
.ny_news_list li:hover .wz a.InfoTitle { color: #fff; }
.ny_news_list li:hover .wz p{ color:#fff;} 
.ny_news_list li:hover .time{ background:#00b26a;}
.ny_news_list li:hover { background: #314693; _cursor: pointer; }
.ny_news_list li:hover .news_an{ background:#00b26a;}


/*新闻详情*/
.ny_newsdetail{ margin:25px 0 50px;}
.ny_newsdetail_title { width: 100%;line-height: 35px; font-size: 24px; text-align: center; font-weight: bold; margin: 0; color: #555; padding-bottom: 10px; }
.ny_newsdetail_tips { width: 100%; height: 25px; line-height: 25px; padding-bottom: 12px; border-bottom: 1px #e6e6e6 dashed; text-align: center; color: #999999;}
.ny_newsdetail_con {width: 100%; line-height: 30px; font-size: 14px; margin-top: 20px; color: #777777;}
.ny_newsdetail_con p,.ny_newsdetail_con span { line-height: 30px; }
.ny_newsdetail_con img,.ny_newsdetail_con div,.ny_newsdetail_con p,.ny_newsdetail_con span,.ny_newsdetail_con table,.ny_newsdetail_con tr,.ny_newsdetail_con td{ max-width:100%;height: auto; line-height:30px;width: auto!important;}
.ny_PrevNext { width: 100%; margin-top: 20px; padding-top: 20px; border-top: 1px solid #f1f1f1; }
.ny_PrevNext .Prev,.ny_PrevNext .Next { width: 100%; float: left; height: 26px; line-height: 26px; font-size: 14px; color: #555; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ny_PrevNext ul li{ color:#999; width:49%;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.ny_PrevNext ul li a{ color: #555;}
.ny_PrevNext ul li a:hover{ color: #314693; }
.ny_PrevNext ul li:nth-of-type(1){ float:left;}
.ny_PrevNext ul li:nth-of-type(2){ float:right; text-align:right;}

/*成功案例*/
.nysuccess{ width:100%;}
.nysuccess ul li{ width:31.3%; margin:0 2% 30px 0; float:left;text-align:center; position:relative;}
.nysuccess ul li:nth-child(3n){ margin-right:0;}
.nysuccess ul li .suc_pic{ display:block;width:100%; height:328px; text-align:center; overflow:hidden;position:relative;}
.nysuccess ul li .suc_pic img{height:100%; width:100%; object-fit: cover;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.nysuccess ul li .suc_pic .iblock{display:inline-block;height:100%;width:0;vertical-align:middle;}

.nysuccess ul li .suc_pic:before{position:absolute;top:0;left:-75%;z-index:2;display:block;content:'';width:50%;height:100%;background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg);}
.nysuccess ul li:hover .suc_pic:before{ animation: shine .75s;}
@keyframes shine{100%{left:125%;}}

.nysuccess ul li .suc_tit{ display:block; width:92%; height:50px; line-height:50px;background:rgba(0,0,0,0.5); color:#fff; font-size:16px; margin-top:-50px; position:absolute; z-index:99; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0 4%;}
.nysuccess ul li .suc_tit:after{ content:""; width:0;height:50px; background-color:#00b26a; bottom:0; left:0;position:absolute; z-index:-1;-webkit-transition: all .25s;-moz-transition: all .25s; -ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.nysuccess ul li:hover .suc_tit:after{width:100%;}

.nysuccess ul li:hover .suc_pic img{transform:scale(1.1);-webkit-transition: all .25s;-moz-transition: all .25s; -ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.nysuccess ul li:hover{-webkit-box-shadow: #ccc 1px 0px 10px 1px;-moz-box-shadow: #ccc 1px 0px 10px 1px;box-shadow: #ccc 1px 0px 10px 1px;  }

/*内页荣誉资质*/
.ny_honor{ margin:30px auto 60px;}
.ny_honor .ny_honor_list{ min-height:300px;}
.ny_honor .ny_honor_list li { width: 23.5%; margin-right: 2%; margin-bottom: 25px; transition: all .3s; float: left; border: 1px solid #ddd; box-sizing: border-box; }
.ny_honor .ny_honor_list li:nth-child(4n) { margin-right: 0; }
.ny_honor .ny_honor_list li .pic { display: block; height: 200px; border-bottom: 0; text-align: center; position: relative; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; overflow: hidden; }
.ny_honor .ny_honor_list li .pic:after { content: ''; display: block; opacity: 0; width: 100%; height: 100%; background: rgba(0,161,236,.8) url(../images/pro_hover.png) 10% center no-repeat; position: absolute; top: 0; left: 0; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; }
.ny_honor .ny_honor_list li .pic img { max-width: 95%; max-height: 95%; vertical-align: middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .6s; }
.ny_honor .ny_honor_list li .pic .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.ny_honor .ny_honor_list li .tlt { display: block; text-align: center; height: 45px; line-height: 45px; color: #666; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; padding: 0 5%; margin: 5% 0 2%; }
.ny_honor .ny_honor_list li .ckgd { display: block; margin: 0 auto; font-size: 14px; color: #666; text-align: center; margin: 5% auto 10%; border: 1px solid #666; width: 50%; height: 35px; line-height: 35px; }
.ny_honor .ny_honor_list li:hover { border: 1px solid #314693; }
.ny_honor .ny_honor_list li:hover .tlt { color: #314693; }
.ny_honor .ny_honor_list li:hover .pic img { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); }
.ny_honor .ny_honor_list li:hover .ckgd { border: 1px solid #314693; color: #314693; }
.xq_himg{display:block;width:100%;height:400px;text-align:center;margin-bottom:40px;}
.xq_himg img{max-width:95%;max-height:95%;vertical-align:middle;}
.xq_himg .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}



/*内页联系我们*/
.ly_contact { width:100%; overflow:hidden; margin:35px auto 50px; padding:0;}
.ly_contact .lxfs { width:100%; overflow:hidden; margin:70px auto 70px; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.ly_contact .lxfs { width:100%; overflow:hidden; margin:0 auto; padding:0; border-top:1px solid #d9d9d9; border-right:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.lxfs ul li { width:33.333333%; height:400px; overflow:hidden; margin:0; padding:0; border-left:1px solid #d9d9d9; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.lx_icon { width:128px; height:128px; overflow:hidden; margin:60px auto; padding:0; background-color:#f8f8f8; border-radius:50%;}
.lxfs ul li span { display:block;width:100%; height:20px; overflow:hidden; line-height:20px; color:#666; font-size:16px; text-align:center; margin:0 auto 10px; padding:0;}
.lxfs ul li p { width:90%; height:40px;line-height:40px; color:#222; font-size:26px; font-family:"Arial"; text-align:center; margin:0 auto; padding:0; overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.lx_ewm { width:100%; height:440px; overflow:hidden; margin:40px auto; padding:0; background:url(../images/bg_weixin.jpg) center center no-repeat; background-size:cover;}
.lx_ewm span {display:block; width:100%;height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:32px; text-align:center; margin:80px auto 0; padding:0;}
.lx_ewm p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:16px; text-align:center; margin:0 auto; padding:0;}
.lx_ewm img { display:block; width:160px; height:160px; overflow:hidden; margin:40px auto; padding:0;}
.lx_dz { width:100%; overflow:hidden; margin:0 auto; padding:1%;border:1px solid #d9d9d9;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.lx_dz .dz_map { width:100%; overflow:hidden;height:350px;margin:0 auto;}

